Enables all network adapters disabled by the DisableNetworking statement and returns the number of adapters successfully enabled.
Syntax
EnableNetworking()
Return value
| Value | Description |
|---|---|
| Value | Number of network adapters enabled. |
Example
EnableNetworking()
Window("Setup Connection").Button("Test Connection").Click()
Window("Succeeded").Label("succeededLabel").CheckExists()
Window("Succeeded").Button("OK").Click()